Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add content tagging application #19

Merged
merged 10 commits into from
May 9, 2024

Conversation

andrey-canon
Copy link
Collaborator

Description

Supporting information

Link to other information about the change, such as Jira issues, GitHub issues, or Discourse discussions.
Be sure to check they are publicly readable, or if not, repeat the information here.

Testing instructions

Please provide detailed step-by-step instructions for testing this change.

Deadline

"None" if there's no rush, or provide a specific date or event (and reason) if there is one.

Other information

Include anything else that will help reviewers and consumers understand the change.

  • Does this change depend on other changes elsewhere?
  • Any special concerns or limitations? For example: deprecations, migrations, security, or accessibility.
  • If your database migration can't be rolled back easily.

@andrey-canon andrey-canon force-pushed the and/add_openedx_learning branch from faeb545 to 5b2aced Compare April 26, 2024 19:06
@andrey-canon andrey-canon force-pushed the and/backport_tagging branch from 7e7c725 to 06e4a0c Compare April 26, 2024 19:10
@andrey-canon andrey-canon changed the base branch from and/add_openedx_learning to and/backport_blockstore April 26, 2024 19:10
@andrey-canon andrey-canon force-pushed the and/backport_tagging branch 11 times, most recently from ff8045c to 8c770b5 Compare April 29, 2024 21:00
@andrey-canon andrey-canon changed the base branch from and/backport_blockstore to and/backport_authoring_event_signals April 29, 2024 21:27
@andrey-canon andrey-canon requested a review from johanseto April 29, 2024 21:28
@andrey-canon andrey-canon force-pushed the and/backport_authoring_event_signals branch from e3b48a0 to 82aa8d1 Compare May 6, 2024 15:12
Copy link
Collaborator

@johanseto johanseto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was testing 2 main things. Content tagging code, and openedx-learning plugin.

  • content tagging:
    For content tagging, API, migrations, and admin seems working

2024-05-07_17-13
2024-05-07_16-55

  • openedx-learning plugin
    For openedx-learning package the admin,and migrations seems ok.
    2024-05-07_16-54
    2024-05-07_16-59

But now, I have a question do you know if openedx-learning API URL works.
Or that is unnecessary URLs data ?
https://github.com/openedx/openedx-learning/blob/main/openedx_tagging/core/tagging/urls.py
I say because there are views or endpoints...
That ones would be considered to check?

@@ -3193,6 +3193,10 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring
# Course Goals
'lms.djangoapps.course_goals.apps.CourseGoalsConfig',

# Tagging
'openedx_tagging.core.tagging.apps.TaggingConfig',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didnt now where is tagging, now I now is part of openedx-learning wtf

@andrey-canon andrey-canon changed the base branch from and/backport_authoring_event_signals to open-release/palm.nelp May 8, 2024 21:59
@andrey-canon andrey-canon force-pushed the and/backport_tagging branch from 8c770b5 to e9ac94d Compare May 8, 2024 22:01
@andrey-canon andrey-canon merged commit ffa25dc into open-release/palm.nelp May 9, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants